type runtime.special
17 uses
runtime (current package)
mheap.go#L486: specials *special // linked list of special records sorted by offset.
mheap.go#L1829: type special struct {
mheap.go#L1831: next *special // linked list in span
mheap.go#L1858: func addspecial(p unsafe.Pointer, s *special) bool {
mheap.go#L1893: func removespecial(p unsafe.Pointer, kind uint8) *special {
mheap.go#L1907: var result *special
mheap.go#L1927: func (span *mspan) specialFindSplicePoint(offset uintptr, kind byte) (**special, bool) {
mheap.go#L1954: special special
mheap.go#L2036: special special
mheap.go#L2243: special special
mheap.go#L2262: special special
mheap.go#L2269: special special
mheap.go#L2275: pprev **special
mheap.go#L2276: s *special
mheap.go#L2294: func (i *specialsIter) unlinkAndNext() *special {
mheap.go#L2303: func freeSpecial(s *special, p unsafe.Pointer, size uintptr) {
pinner.go#L337: *ref = (*special)(unsafe.Pointer(rec))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |